Crate faster_hex
source ·Modules§
- Serialize and deserialize with or without 0x-prefix, and lowercase or uppercase or ignorecase
- Serialize and deserialize with or without 0x-prefix, and lowercase or uppercase or ignorecase
- Serialize and deserialize with or without 0x-prefix, and lowercase or uppercase or ignorecase
- Serialize and deserialize with or without 0x-prefix, and lowercase or uppercase or ignorecase
- Serialize and deserialize with or without 0x-prefix, and lowercase or uppercase or ignorecase
- Serialize and deserialize with or without 0x-prefix, and lowercase or uppercase or ignorecase
Enums§
Functions§
- Serde: Deserialize with 0x-prefix and ignore case
- Check if the input is valid hex bytes slice
- Check if the input is valid hex bytes slice
- hex_
check_ ⚠sse sse4.1
Safety - hex_
check_ ⚠sse_ with_ case sse4.1
Safety - Check if the input is valid hex bytes slice with case check
- Hex decode src into dst. The length of src must be even, and it’s allowed to decode a zero length src. The length of dst must be at least src.len() / 2.
- Hex encode src into dst. The length of dst must be at least src.len() * 2.
- hex_to
Deprecated - Serde: Serialize with 0x-prefix and ignore case